home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / game / shoot / athrust.lha / AmigaThrust / README.Amiga < prev    next >
Encoding:
Text File  |  1998-09-05  |  2.0 KB  |  62 lines

  1. Short:    Amiga port of XThrust (68k + WarpOS)
  2. Author:   peda@lysator.liu.se (Peter Ekberg), Amiga port: frank@phoenix.owl.de (Frank Wille)
  3. Uploader: frank@phoenix.owl.de
  4. Type:     game/shoot
  5. Requires: OS2.0, 68020/68881 or PowerPC, AGA or CyberGfx or P96 (rtgmaster)
  6.  
  7. "This is the game from the C64 that you cannot live without."
  8.  
  9. AThrust was compiled for a 68020+68881 system, but you will really
  10. need a 68040 or a 50 MHz 68030 to make the game playable. A PowerPC
  11. version for WarpOS is included (no speed problems here :).
  12. Unfortunately I had to remove the PowerUp version of AThrust, because
  13. it worked neither with rtgmaster V40 nor with V27 (source is included,
  14. so you can try yourself).
  15.  
  16. rtgmaster.library V40 is recommended but older versions should work too.
  17.  
  18.  
  19. INSTALLATION:
  20.  
  21. You only need to copy the apropriate "AThrust" executable and, if
  22. you want, the ".thrustrc" file, which contains you keyboard
  23. configuration. ".thrustrc" has to be in the same directory as "AThrust".
  24.  
  25. My favourite example configuration:
  26.  
  27. ---8<---
  28. # .thrustrc
  29. # Put this in your Thrust directory
  30.  
  31. RDCMP-counterclockwise    Cursor_Left
  32. RDCMP-clockwise           Cursor_Right
  33. RDCMP-thrust              Cursor_Up
  34. RDCMP-fire                Shift_R
  35. RDCMP-pickup              Alt_R
  36. ---8<---
  37.  
  38.  
  39. Start AThrust by typing:
  40.  
  41. athrust [options]
  42.  
  43. options:
  44.   -v, --version
  45.   -h, --help
  46.   -d, --nodemo           Do not run the demo.
  47.   -e, --nosoundeffects   Do not play sound effects.
  48.   -c, --gamma=Value      Gamma correction of colors.
  49.   -j, --step             Only draw every third frame (faster).
  50.  
  51.  
  52. Full source is included, as required by the GNU Public Licence, and
  53. should compile fine by using the lastest vbcc 0.6c (still unreleased,
  54. source is available from http://www.franken.de/users/vb/vbcc/ ).
  55. Other compilers are untested, but should be no problem after some
  56. minor changes (vbcc- and Amiga-specific parts are "#ifdef'd").
  57. The Amiga specific files for graphics-, sound- and keyboard-support
  58. are: amiga.c, amigakey.c, amigaextra.c
  59.  
  60.  
  61. Frank Wille                        30-Aug-98             frank@phoenix.owl.de
  62.